home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / batch / batcher.zip / REBEEP.DOC < prev    next >
Text File  |  1986-07-13  |  2KB  |  41 lines

  1. PROGRAM: REBEEP.COM
  2.  
  3. GENERAL FUNCTION: Uses continual beeps to summon a person to the computer.
  4.  
  5. WHY IS IT NEEDED?  So that persons do not have to sit in front of the
  6. computer just to wait until they are needed, but can instead do things
  7. elsewhere and still know as soon as the computer is ready for them.
  8. Often the operator leaves the computer when a program takes a long time to
  9. run, but wants to know as soon as it is done.  Or sometimes part of a job
  10. can run unattended, but another part needs operator input.
  11.  
  12. INSTALLATION: none
  13.  
  14. FORMAT:                    REBEEP
  15.  
  16. EXAMPLES: none
  17.  
  18. HOW TO USE IT:  Put this program in a batch file wherever you want
  19. the computer to let you know that you are wanted back at the
  20. computer.  REBEEP continually beeps until a key is pressed.  It uses
  21. a short double beep, and puts up the message to press any key to continue.
  22. Functionally it is just a noisy version of the DOS batch command PAUSE.
  23.    Since the only way to stop it is to press a key, the computer in
  24. effect uses sound to summon an operator.  This way you can leave the 
  25. computer to do other things and not have to keep checking back, 
  26. provided you stay within earshot.
  27.  
  28. OTHER EFFECTS: none
  29.  
  30. SYSTEM REQUIREMENTS:  Works with all versions of DOS.
  31.  
  32. COMMENTS:  Other programs that make sounds to signal events,
  33. such as TUNE.COM and SOUND.COM, make a sound only for a limited
  34. time and therefore the absent operator might fail to hear them.
  35. REBEEP continues to beep until a key is pressed.
  36.      Program was originally called SIGNAL.COM but this fails to
  37. distinguish it from other sound programs.  
  38.  
  39. SOURCE OF PROGRAM: Martin Kelinsky.  Published in PCWORLD, October 84,
  40. p. 264,265.  Message program puts on screen was modified by Ken Goosens.